home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / gettext-0.11.2.lha / ChangeLog < prev    next >
Text File  |  2002-04-24  |  47KB  |  1,612 lines

  1. 2002-04-24  Bruno Haible  <bruno@clisp.org>
  2.  
  3.     * gettext-0.11.2 released.
  4.  
  5. 2002-04-24  Bruno Haible  <bruno@clisp.org>
  6.  
  7.     * configure.in: Bump version number to 0.11.2.
  8.     (RELEASE_DATE): Bump.
  9.  
  10. 2002-03-15  Andrew Zabolotny  <zap@cobra.ru>
  11.  
  12.     * os2/README.OS2: Update.
  13.     * os2/Makefile: Likewise.
  14.  
  15. 2002-03-12  Bruno Haible  <bruno@clisp.org>
  16.  
  17.     * gettext-0.11.1 released.
  18.  
  19. 2002-03-12  Bruno Haible  <bruno@clisp.org>
  20.  
  21.     * configure.in: Bump version number to 0.11.1.
  22.     (RELEASE_DATE): Bump.
  23.  
  24.     * Makefile.am (EXTRA_DIST): Add some more djgpp/* files.
  25.  
  26. 2002-03-09  Bruno Haible  <bruno@clisp.org>
  27.  
  28.     * configure.in: Don't check for stpncpy; AIX 4.3.3 has an incompatible
  29.     implementation of it.
  30.     * acconfig.h (HAVE_STPNCPY): Define on glibc systems only.
  31.  
  32. 2002-03-07  Bruno Haible  <bruno@clisp.org>
  33.  
  34.     * Makefile.am (MAKEINFO): New variable.
  35.     * missing (makeinfo): Don't call touch without arguments if the source
  36.     texinfo file doesn't contain a @setfilename command.
  37.     Reported by Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>.
  38.  
  39. 2002-02-15  Bruno Haible  <bruno@clisp.org>
  40.  
  41.     * djgpp/*: Update DJGPP support.
  42.     From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
  43.     * configure.in (CXX): Recognize 'gpp' as an alternative name for 'g++'.
  44.  
  45. 2002-02-14  Andrew Zabolotny  <zap@cobra.ru>
  46.  
  47.     * os2/README.OS2: Update.
  48.     * os2/Makefile: Update.
  49.  
  50. 2002-02-10  Bruno Haible  <bruno@clisp.org>
  51.  
  52.     * Makefile.am (EXTRA_DIST): Remove os2/iconv/README.
  53.  
  54. 2002-01-14  Bruno Haible  <bruno@clisp.org>
  55.  
  56.     * configure.in: Add check for libexpat.
  57.  
  58. 2002-02-02  Bruno Haible  <bruno@clisp.org>
  59.  
  60.     * Makefile.am (SUBDIRS): Add libuniname.
  61.     * configure.in (AC_OUTPUT): Add libuniname/Makefile.
  62.  
  63. 2002-02-06  Bruno Haible  <bruno@clisp.org>
  64.  
  65.     * ltmain.sh: Upgrade from libtool-1.4 to libtool-1.4.2.
  66.     * config.rpath: Likewise.
  67.  
  68. 2002-02-02  Bruno Haible  <bruno@clisp.org>
  69.  
  70.     * ltmain.sh: Add DESTDIR support on ELF systems.
  71.  
  72. 2002-01-31  Bruno Haible  <bruno@clisp.org>
  73.  
  74.     * gettext-0.11 released.
  75.  
  76. 2002-01-31  Bruno Haible  <bruno@clisp.org>
  77.  
  78.     * configure.in: Bump version number to 0.11.
  79.     (RELEASE_DATE): Bump.
  80.     * Makefile.am (EXTRA_DIST): Remove README-alpha.
  81.  
  82. 2002-01-31  Bruno Haible  <bruno@clisp.org>
  83.  
  84.     * INSTALL: Remove instructions for using Intel icc. It's getting to
  85.     be fixed in icc.
  86.  
  87. 2002-01-30  Bruno Haible  <bruno@clisp.org>
  88.  
  89.     * configure.in:
  90.     Check for strtoul through AC_CHECK_FUNCS, not AC_REPLACE_FUNCS.
  91.     Call gt_FUNC_ERROR_AT_LINE instead of AM_FUNC_ERROR_AT_LINE.
  92.     * PACKAGING: New file.
  93.     * Makefile.am (EXTRA_DIST): Add it.
  94.  
  95. 2002-01-24  Bruno Haible  <bruno@clisp.org>
  96.  
  97.     * Makefile.am ($(srcdir)/tests/rpathy/aclocal.m4): Fix dependencies.
  98.  
  99. 2002-01-21  Bruno Haible  <bruno@clisp.org>
  100.  
  101.     * Makefile.am (EXTRA_DIST): Add os2/configure.awk.
  102.     Remove os2/iconv/iconv.h, os2/iconv/iconv.c.
  103.  
  104. 2002-01-20  Bruno Haible  <bruno@clisp.org>
  105.  
  106.     * Makefile.am (CONFIGURES_RPATH*): New variables.
  107.     ($(srcdir)/tests/rpath*/Makefile.in): New rules.
  108.     ($(srcdir)/tests/rpath*/aclocal.m4): New rules.
  109.     ($(srcdir)/tests/rpath*/configure): New rules.
  110.     (SUBCONFIGURES): New variable.
  111.     (subconfigures): New target.
  112.     (distdir): Depend on subconfigures.
  113.     * configure.in: Propagate GCC, LD, with_gnu_ld to Makefiles.
  114.     Postprocess Makefile because of distdir dependency.
  115.  
  116. 2002-01-12  Bruno Haible  <bruno@clisp.org>
  117.  
  118.     * INSTALL: Add instructions for using Intel icc.
  119.  
  120. 2002-01-11  Bruno Haible  <bruno@clisp.org>
  121.  
  122.     * configure.in: Change version number to 0.11-pre5.
  123.  
  124. 2002-01-11  Bruno Haible  <bruno@clisp.org>
  125.  
  126.     * configure.in: Postprocess doc/Makefile a second time.
  127.  
  128. 2002-01-10  Bruno Haible  <bruno@clisp.org>
  129.  
  130.     * acconfig.h [OS/2]: Include intl/os2compat.h, not os2/os2compat.h.
  131.     * Makefile.am (EXTRA_DIST): Remove os2/os2compat.h.
  132.  
  133. 2002-01-10  Andrew Zabolotny  <zap@cobra.ru>
  134.  
  135.     * os2/README.OS2: Update.
  136.     * os2/Makefile: Heavily reworked.
  137.     * os2/iconv/iconv.c: Bug fixes.
  138.  
  139. 2002-01-07  Bruno Haible  <bruno@clisp.org>
  140.  
  141.     * config.rpath [IRIX]: Fix typo.
  142.  
  143. 2002-01-05  Bruno Haible  <bruno@clisp.org>
  144.  
  145.     * configure.in: Postprocess doc/Makefile.
  146.  
  147. 2002-01-04  Bruno Haible  <haible@clisp.cons.org>
  148.  
  149.     * config.guess, config.sub: Update to GNU version 2002-01-02.
  150.  
  151. 2001-12-17  Bruno Haible  <bruno@clisp.org>
  152.  
  153.     * configure.in: Call gt_FUNC_FNMATCH.
  154.  
  155. 2001-12-17  Bruno Haible  <bruno@clisp.org>
  156.  
  157.     * configure.in: Change version number to 0.11-pre4.
  158.  
  159. 2001-12-15  Andrew Zabolotny  <zap@cobra.ru>
  160.         Bruno Haible  <bruno@clisp.org>
  161.  
  162.     * os2/*: New EMX support.
  163.     * Makefile.am (EXTRA_DIST): Remove old os2/ contents, add new os2/
  164.     contents.
  165.     * acconfig.h: Add conditional include of os2/os2compat.h.
  166.  
  167. 2001-12-11  Bruno Haible  <bruno@clisp.org>
  168.  
  169.     * configure.in: Use a variant of AC_PROG_CXX_WORKS that doesn't abort
  170.     upon failure.
  171.  
  172. 2001-12-11  Bruno Haible  <bruno@clisp.org>
  173.  
  174.     * configure.in: Change version number to 0.11-pre3.
  175.  
  176. 2001-12-02  Bruno Haible  <bruno@clisp.org>
  177.  
  178.     * config.rpath: New file.
  179.     * Makefile.am (EXTRA_DIST): Add it.
  180.     (gettextsrc_SCRIPTS): New variable.
  181.  
  182. 2001-11-30  Bruno Haible  <bruno@clisp.org>
  183.  
  184.     * configure.in: Change version number to 0.11-pre2.
  185.  
  186. 2001-11-25  Bruno Haible  <bruno@clisp.org>
  187.  
  188.     * configure.in: Check for C++ compiler.
  189.  
  190. 2001-11-18  Bruno Haible  <haible@clisp.cons.org>
  191.  
  192.     * configure.in: Make misc/gettextize executable.
  193.  
  194. 2001-11-10  Bruno Haible  <haible@clisp.cons.org>
  195.  
  196.     * acconfig.h (PARAMS): Also test for __GNUC__, __SUNPRO_C, __cplusplus
  197.     and __PROTOTYPES because on 64-bit Solaris, we need prototypes
  198.     although __STDC__ is often defined to 0. __GNUC__ covers GCC,
  199.     __SUNPRO_C covers Sun cc, regardless of compilation flags.
  200.     __PROTOTYPES, __cplusplus are just for consistency with libgnuintl.h.
  201.  
  202. 2001-11-03  Bruno Haible  <haible@clisp.cons.org>
  203.  
  204.     * ltmain.sh: chmod 777 the .libs directory, so that "make install"
  205.     succeeds.
  206.  
  207. 2001-10-30  Bruno Haible  <haible@clisp.cons.org>
  208.  
  209.     * configure.in: Change version number to 0.11-pre1.
  210.     * Makefile.am (EXTRA_DIST): Add README-alpha.
  211.  
  212. 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
  213.  
  214.     * configure.in: Define LTLIBOBJS and LTALLOCA based on LIBOBJS, ALLOCA.
  215.  
  216. 2001-10-19  Bruno Haible  <haible@clisp.cons.org>
  217.  
  218.     * configure.in: Remove check for texi2html.
  219.  
  220. 2001-10-09  Bruno Haible  <haible@clisp.cons.org>
  221.  
  222.     * configure.in: Also check for putc_unlocked.
  223.  
  224. 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
  225.  
  226.     * Makefile.am (SUBDIRS): Add projects.
  227.     * configure.in (AC_OUTPUT): Add projects/Makefile.
  228.  
  229. 2001-09-29  Bruno Haible  <haible@clisp.cons.org>
  230.  
  231.     * configure.in: Also create src/user-email.
  232.  
  233. 2001-09-29  Bruno Haible  <haible@clisp.cons.org>
  234.  
  235.     * configure.in: Call gt_PREREQ_HOSTNAME.
  236.  
  237. 2001-09-25  Bruno Haible  <haible@clisp.cons.org>
  238.  
  239.     Upgrade to automake-1.5.
  240.     * aclocal.sh: Remove file.
  241.     * Makefile.am (AUTOMAKE_OPTIONS): Add 'no-dependencies'.
  242.     (EXTRA_DIST): Remove aclocal.sh.
  243.     * configure.in: Add some postprocessing to lib/Makefile, src/Makefile,
  244.     tests/Makefile.
  245.     * missing: Upgrade to automake-1.5.
  246.     * ylwrap: New file, from automake-1.5.
  247.  
  248. 2001-09-23  Bruno Haible  <haible@clisp.cons.org>
  249.  
  250.     * configure.in: Call gt_SIGINFO.
  251.  
  252. 2001-10-20  Bruno Haible  <haible@clisp.cons.org>
  253.  
  254.     * DISCLAIM: Update from
  255.     http://www.iro.umontreal.ca/contrib/po/doc/DISCLAIM.
  256.  
  257. 2001-10-20  Bruno Haible  <haible@clisp.cons.org>
  258.  
  259.     Assume strchr() exists.
  260.     * configure.in: Remove check for strchr.
  261.  
  262. 2001-09-17  Bruno Haible  <haible@clisp.cons.org>
  263.  
  264.     * configure.in: Call gt_PREREQ_BACKUPFILE.
  265.  
  266. 2001-09-17  Bruno Haible  <haible@clisp.cons.org>
  267.  
  268.     * configure.in: Check for utime and utimes.
  269.  
  270. 2001-09-08  Bruno Haible  <haible@clisp.cons.org>
  271.  
  272.     * configure.in (AC_OUTPUT): Add intl-java/Makefile.
  273.     * Makefile.am (SUBDIRS): Add intl-java.
  274.  
  275. 2001-09-16  Bruno Haible  <haible@clisp.cons.org>
  276.  
  277.     * configure.in: Don't check for memmove (unneeded).
  278.  
  279. 2001-09-02  Bruno Haible  <haible@clisp.cons.org>
  280.  
  281.     * configure.in: Add check for 'raise'. Call gt_SIGNALBLOCKING.
  282.  
  283. 2001-09-08  Bruno Haible  <haible@clisp.cons.org>
  284.  
  285.     * configure.in: Call gt_JAVACOMP and check for 'jar'. Define BUILDJAVA.
  286.     Call gt_JAVAEXEC. Define TESTJAVA.
  287.     (AC_OUTPUT): Also create lib/javacomp.sh and lib/javaexec.sh.
  288.  
  289. 2001-09-06  Bruno Haible  <haible@clisp.cons.org>
  290.  
  291.     * configure.in: Add AC_REPLACE_FUNCS of strpbrk.
  292.  
  293. 2001-09-06  Bruno Haible  <haible@clisp.cons.org>
  294.  
  295.     * configure.in: Call gt_FUNC_SETENV.
  296.  
  297. 2001-09-02  Bruno Haible  <haible@clisp.cons.org>
  298.  
  299.     * configure.in: Call gt_TMPDIR and gt_FUNC_MKDTEMP.
  300.  
  301. 2001-09-03  Bruno Haible  <haible@clisp.cons.org>
  302.  
  303.     * configure.in: Call gt_PROG_LEX.
  304.  
  305. 2001-08-26  Bruno Haible  <haible@clisp.cons.org>
  306.  
  307.     * configure.in: Remove parse_printf_format check.
  308.  
  309. 2001-07-28  Bruno Haible  <haible@clisp.cons.org>
  310.  
  311.     * configure.in: Don't call AC_REVISION. It modifies configure.in
  312.     during "cvs commit" after "make dist".
  313.  
  314. 2001-07-28  Bruno Haible  <haible@clisp.cons.org>
  315.  
  316.     * configure.in (AC_OUTPUT): Add man/x-to-1.
  317.  
  318. 2001-07-26  Bruno Haible  <haible@clisp.cons.org>
  319.  
  320.     * configure.in (configure.in): Remove automake bug workarounds, not
  321.     needed anymore with automake-1.4-p5.
  322.  
  323. 2001-07-22  Bruno Haible  <haible@clisp.cons.org>
  324.  
  325.     * configure.in (ALL_LINGUAS): Remove assignment.
  326.  
  327. 2001-08-02  Bruno Haible  <haible@clisp.cons.org>
  328.  
  329.     * README: Change bug report address to <bug-gnu-gettext@gnu.org>.
  330.     * configure.in: Likewise.
  331.  
  332. 2001-06-30  Bruno Haible  <haible@clisp.cons.org>
  333.  
  334.     * configure.in: Call gt_STDBOOL_H.
  335.  
  336. 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
  337.  
  338.     * configure.in (ACLOCAL_VERSION): Remove.
  339.  
  340. 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
  341.  
  342.     * aclocal.sh: Tweak last patch for automake-1.4f.
  343.  
  344. 2001-06-23  Bruno Haible  <haible@clisp.cons.org>
  345.  
  346.     * aclocal.sh: Don't fail if aclocal isn't available.
  347.  
  348. 2001-06-15  Bruno Haible  <haible@clisp.cons.org>
  349.  
  350.     * configure.in: Remove post-processing of tests/Makefile.
  351.  
  352. 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
  353.  
  354.     * configure.in: Add test for cross compilation and for PERL.
  355.  
  356. 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
  357.  
  358.     * configure.in: Bump version number to 0.11.
  359.  
  360. 2001-06-10  Bruno Haible  <haible@clisp.cons.org>
  361.  
  362.     * configure.in: Check for ssize_t, pid_t, posix_spawn, select.
  363.     Call AC_FUNC_VFORK, gt_UNION_WAIT.
  364.  
  365. 2001-09-13  Bruno Haible  <haible@clisp.cons.org>
  366.  
  367.     * gettext-0.10.40 released.
  368.  
  369. 2001-09-13  Bruno Haible  <haible@clisp.cons.org>
  370.  
  371.     * configure.in: Bump version number to 0.10.40.
  372.     (RELEASE_DATE): Bump.
  373.  
  374.     * config.guess, config.sub: Update to GNU version 2001-09-13.
  375.  
  376. 2001-07-31  Bruno Haible  <haible@clisp.cons.org>
  377.  
  378.     * Makefile.am (AUTOMAKE_OPTIONS): Bump to 1.4. Use option 'gnu', not
  379.     'gnits', to avoid distributing README-alpha.
  380.  
  381. 2001-07-24  Bruno Haible  <haible@clisp.cons.org>
  382.  
  383.     * gettext-0.10.39 released.
  384.  
  385. 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
  386.  
  387.     * ltmain.sh: Upgrade to libtool-1.4.
  388.     * ltconfig: Remove file.
  389.  
  390. 2001-05-23  Bruno Haible  <haible@clisp.cons.org>
  391.  
  392.     * gettext-0.10.38 released.
  393.  
  394. 2001-05-23  Bruno Haible  <haible@clisp.cons.org>
  395.  
  396.     * configure.in: Bump version number to 0.10.38.
  397.     (RELEASE_DATE): Bump.
  398.  
  399.     * INSTALL (Optional Features): Document --with-libiconv-prefix.
  400.     (Particular Systems): Generalize section about /usr/local to "most
  401.     systems".
  402.     * config.guess, config.sub: Update to GNU version 2001-05-11.
  403.  
  404. 2001-05-20  Bruno Haible  <haible@clisp.cons.org>
  405.  
  406.     * Makefile.am (SUBDIRS): Add man.
  407.     * configure.in (AC_OUTPUT): Add man/Makefile.
  408.  
  409. 2001-05-17  Bruno Haible  <haible@clisp.cons.org>
  410.  
  411.     * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh.
  412.  
  413. 2001-04-30  Bruno Haible  <haible@clisp.cons.org>
  414.  
  415.     * configure.in (ALL_LINGUAS): Add et.
  416.  
  417. 2001-04-19  Bruno Haible  <haible@clisp.cons.org>
  418.  
  419.     * gettext-0.10.37 released.
  420.  
  421. 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
  422.  
  423.     * configure.in: Check for dvips, texi2pdf, texi2html.
  424.  
  425. 2001-04-17  Bruno Haible  <haible@clisp.cons.org>
  426.  
  427.     * configure.in: Bump version number to 0.10.37.
  428.     (RELEASE_DATE): Bump.
  429.  
  430. 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
  431.  
  432.     * configure.in: Call jm_PREREQ_MBSWIDTH.
  433.  
  434. 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
  435.  
  436.     * Makefile.am (ps, pdf, html): New targets.
  437.  
  438. 2001-04-02  Bruno Haible  <haible@clisp.cons.org>
  439.  
  440.     * configure.in (ALL_LINGUAS): Add pt_BR.
  441.  
  442. 2001-03-29  Bruno Haible  <haible@clisp.cons.org>
  443.  
  444.     * gettext-0.10.36 released.
  445.  
  446. 2001-03-28  Bruno Haible  <haible@clisp.cons.org>
  447.  
  448.     * config.guess, config.sub: Update to GNU version 2001-03-19.
  449.  
  450. 2001-03-25  Bruno Haible  <haible@clisp.cons.org>
  451.  
  452.     * acconfig.h (WARN_ID_LEN): Remove macro.
  453.  
  454. 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
  455.  
  456.     * INSTALL (Particular Systems): Add recommendations for AIX 3.
  457.  
  458. 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
  459.  
  460.     * Makefile.am (MAINTAINERCLEANFILES): Remove variable.
  461.     (EXTRA_DIST): Incorporate its contents.
  462.  
  463. 2001-03-16  Bruno Haible  <haible@clisp.cons.org>
  464.  
  465.     * configure.in: Postprocess tests/Makefile to work around an
  466.     inconsistency in automake-1.4: EXTRA_PROGRAMS is not treated like
  467.     bin_PROGRAMS.
  468.  
  469. 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
  470.  
  471.     * configure.in: Add AC_REPLACE_FUNCS(strcasecmp). Needed for EMX.
  472.  
  473. 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
  474.  
  475.     * configure.in: Use AM_FUNC_GETLINE instead of
  476.     AC_REPLACE_FUNCS(getline). Needed for HP-UX 10.
  477.  
  478. 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
  479.  
  480.     * configure.in: Pass 'need-ngettext' to AM_GNU_GETTEXT.
  481.  
  482. 2001-03-11  Bruno Haible  <haible@clisp.cons.org>
  483.  
  484.     * configure.in (ALL_LINGUAS): Add en@quot and en@boldquot.
  485.  
  486. 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
  487.  
  488.     * INSTALL: New section "Particular Systems".
  489.  
  490.     * configure.in: Postprocess Makefile to work around another
  491.     automake-1.4 bug: on FreeBSD, shell commands are run with "set -e".
  492.  
  493.     * configure.in: Postprocess misc/Makefile to work around another
  494.     automake-1.4 bug: if @EMACS@ = no, $(lispdir) is empty.
  495.  
  496. 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
  497.  
  498.     * os2/*: EMX support.
  499.     From Jun Sawataishi <jsawa@attglobal.net>.
  500.     * Makefile.am (EXTRA_DIST): Add these files.
  501.  
  502. 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
  503.  
  504.     * config.guess, config.sub: Update to GNU version 2001-03-06.
  505.  
  506. 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
  507.  
  508.     * djgpp/*: DJGPP support.
  509.     From Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
  510.     * Makefile.am (EXTRA_DIST): Add these files.
  511.     (MAINTAINERCLEANFILES): New variable.
  512.  
  513. 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
  514.  
  515.     * configure.in (RELEASE_DATE): New variable.
  516.     Create intl/ChangeLog.inst.
  517.  
  518. 2001-03-03  Bruno Haible  <haible@clisp.cons.org>
  519.  
  520.     * ltconfig:
  521.     sed -e 's/reload object files/produce relocatable object files/'.
  522.  
  523.     Better support for DOS/Windows platforms.
  524.     * configure.in: Call AC_OBJEXT and AC_EXEEXT.
  525.  
  526. 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
  527.  
  528.     * configure.in: Call bh_C_SIGNED.
  529.  
  530. 2001-02-27  Bruno Haible  <haible@clisp.cons.org>
  531.  
  532.     * configure.in (ALL_LINGUAS): Replace no@nynorsk with nn.
  533.  
  534. 2001-02-10  Bruno Haible  <haible@clisp.cons.org>
  535.  
  536.     * configure.in (ALL_LINGUAS): Add ja.
  537.  
  538. 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
  539.  
  540.     * Makefile.am (SUBDIRS): Move intl before lib, because lib needs
  541.     libintl.h if the included libintl is used.
  542.  
  543. 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
  544.  
  545.     Use libtool.
  546.     * configure.in: Add argument 'use-libtool' to AM_GNU_GETTEXT call.
  547.  
  548. 2001-01-20  Bruno Haible  <haible@clisp.cons.org>
  549.  
  550.     * configure.in: Add a third argument to AC_DEFINE.
  551.     Require autoconf-2.13.
  552.     * acconfig.h (_GNU_SOURCE): Remove, now done in configure.in.
  553.     (HAVE_PARSE_PRINTF_FORMAT): Likewise.
  554.     (ENABLE_NLS): Remove, now done in m4/gettext.m4.
  555.     (HAVE_GETTEXT): Likewise.
  556.     (HAVE_STPCPY): Likewise.
  557.     (HAVE_LC_MESSAGES): Remove, now done in m4/lcmessage.m4.
  558.     (HAVE_PTRDIFF_T): Remove, now done in automake-1.4's ptrdiff.m4.
  559.     (HAVE_OBSTACK): Remove, not set by configure.
  560.     (HAVE_CATGETS): Likewise.
  561.  
  562. 2001-01-07  Bruno Haible  <haible@clisp.cons.org>
  563.  
  564.     * Makefile.am (DISTCLEANFILES): Remove. Now done in intl/Makefile.in.
  565.     * configure.in: Stop creating intl/intlh.inst from intl/intlh.inst.in.
  566.     Now done through a simple file copy.
  567.  
  568. 2001-01-06  Bruno Haible  <haible@clisp.cons.org>
  569.  
  570.     * configure.in: Use AC_CHECK_HEADERS instead of AC_HAVE_HEADERS.
  571.     Call gt_SETLOCALE.
  572.  
  573. 2000-12-30  Bruno Haible  <haible@clisp.cons.org>
  574.  
  575.     * ltconfig, ltmain.sh: Update from libtool-1.3.5.
  576.     * config.guess, config.sub: Update to GNU version 2000-11-10.
  577.     * missing: Update from gmp-3.1.1.
  578.     * install-sh: Update from fileutils-4.0.32.
  579.  
  580. 2000-12-30  Bruno Haible  <haible@clisp.cons.org>
  581.  
  582.     * configure.in: Call jm_AC_TYPE_UNSIGNED_LONG_LONG and
  583.     jm_AC_TYPE_UINTMAX_T.
  584.  
  585. 2000-11-09  Bruno Haible  <haible@clisp.cons.org>
  586.  
  587.     * configure.in (ALL_LINGUAS): Add tr.
  588.  
  589. 2000-08-23  Bruno Haible  <haible@clisp.cons.org>
  590.  
  591.     * configure.in: Invoke AC_C_BACKSLASH_A.
  592.  
  593. 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
  594.  
  595.     * Makefile.am (EXTRA_DIST): Add aclocal.sh.
  596.  
  597. 2000-07-28  Bruno Haible  <haible@clisp.cons.org>
  598.  
  599.     * configure.in: Postprocess misc/Makefile to workaround an automake
  600.     bug.
  601.  
  602. 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
  603.  
  604.     * Makefile.am: Put back the ACLOCAL_AMFLAGS definition, but define
  605.     ACLOCAL as a wrapper around aclocal.
  606.     * aclocal.sh: New file.
  607.  
  608.     * config.guess, config.sub: Update to GNU version 2000-06-13.
  609.     * misc/locale.alias: Update to glibc CVS version 2000-06-13.
  610.  
  611. 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
  612.  
  613.     * Makefile.am: Comment out ACLOCAL_AMFLAGS definition.  The files
  614.     come with automake and therefore the -I will cause redefinitions.
  615.  
  616.     * acconfig.h: Define HAVE_BASENAME if glibc is used.
  617.             
  618. 1998-05-01 08:47  Ulrich Drepper  <drepper@cygnus.com>
  619.  
  620.     * gettext-0.10.35 released.
  621.  
  622. 1998-04-30 23:20  Ulrich Drepper  <drepper@cygnus.com>
  623.  
  624.     * configure.in: Remove commands in AC_OUTPUT.  Moved into
  625.     AM_GNU_GETTEXT macro in m4/gettext.m4.
  626.  
  627.     * configure.in: Bump version number to 0.10.35.
  628.  
  629. 1998-04-28 16:07  Ulrich Drepper  <drepper@cygnus.com>
  630.  
  631.     * configure.in: Bump version number to 0.10.34.
  632.     Don't test for basename function.
  633.  
  634. 1998-04-27 20:36  Ulrich Drepper  <drepper@cygnus.com>
  635.  
  636.     * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.3.
  637.     (ACLOCAL_AMFLAGS): New variable, set to -I m4.
  638.     (aclocaldir): Definition removed.
  639.     (gettextsrc_DATA): New variable, set to ABOUT_NLS.
  640.  
  641.     * configure.in: Bump version number to 0.10.33.
  642.     Define INCLUDE_LOCALE_H in gettext.m4.  Remove AC_LINK_FILES line,
  643.     can now be in gettext.m4.  Rewrite also m4/Makefile.
  644.  
  645. 1997-09-06 01:11  Ulrich Drepper  <drepper@cygnus.com>
  646.  
  647.     * configure.in: Bump version number to 0.10.32.
  648.  
  649. 1997-09-05 05:44  Ulrich Drepper  <drepper@cygnus.com>
  650.  
  651.     * configure.in (ALL_LINGUAS): Add da.
  652.  
  653. 1997-08-21 15:02  Ulrich Drepper  <drepper@cygnus.com>
  654.  
  655.     * progtest.m4: Change copyright.
  656.     * lcmessage.m4: Change copyright.
  657.     * gettext.m4: Change copyright.
  658.  
  659. 1997-08-19 03:20  Ulrich Drepper  <drepper@cygnus.com>
  660.  
  661.     * configure.in: Bump version number to 0.10.31.
  662.  
  663. 1997-08-18 13:47  Philippe De Muyter  <phdm@info.ucl.ac.be>
  664.  
  665.     * configure.in (ACLOCAL_VERSION): Do not use nested \(..\) with sed.
  666.  
  667. 1997-08-15 03:04  Ulrich Drepper  <drepper@cygnus.com>
  668.  
  669.     * configure.in (VERSION): Bump version number to 0.10.30.
  670.  
  671.     * acconfig.h: Change DEFAULT_ALIGNMENT to DEFAULT_OUTPUT_ALIGNMENT
  672.     to avoid clash with macro with same name in obstack.c.
  673.     Reported by Akim Demaille <demaille@inf.enst.fr>.
  674.  
  675. 1997-08-15 12:40  Ulrich Drepper  <drepper@cygnus.com>
  676.  
  677.     * configure.in (VERSION): Bump to 0.10.29.
  678.  
  679. 1997-08-01 15:47  Ulrich Drepper  <drepper@cygnus.com>
  680.  
  681.     * configure.in: Remove obstack test.
  682.     Don't always rewrite po/Makefile.in, only if in CONFIG_FILES.
  683.  
  684.     * Makefile.am (EXTRA_DIST): Add README.gemtext.
  685.  
  686.     * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2.
  687.  
  688. 1997-05-29 12:44  Ulrich Drepper  <drepper@cygnus.com>
  689.  
  690.     * gettext.m4: Don't use INTLDEPS="../intl/libintl.a" which forces
  691.     a to use only one level of subdirs.  Use $(top_builddir)/intl
  692.     instead.
  693.     Patch by Akim Demaille <demaille@inf.enst.fr>.
  694.  
  695. 1997-05-01 02:26  Ulrich Drepper  <drepper@cygnus.com>
  696.  
  697.     * configure.in (VERSION): Bump to 0.10.28.
  698.  
  699.     * gettext.m4: Check for sys/param.h header.
  700.     Patch by Bruno Haible <haible@ilog.fr>.
  701.  
  702.     * gettext.m4: Be safe and call test with quoted arguments and
  703.     explicit -n option.
  704.     Patch by Bruno Haible <haible@ilog.fr>.
  705.  
  706.     * gettext.m4: Require AC_PROG_RANLIB.
  707.     Reported by Tom Tromey <tromey@cygnus.com>.
  708.  
  709.     * gettext.m4: Remove POTFILES before generating it.
  710.     Patch by Jim Meyering <meyering@eng.ascend.com>.
  711.  
  712. Wed Dec  4 00:36:11 1996  Ulrich Drepper  <drepper@cygnus.com>
  713.  
  714.     * Makefile.am (EXTRA_DIST): Remove @DIST-ALPHA@.
  715.  
  716. Tue Dec  3 23:55:43 1996  Ulrich Drepper  <drepper@cygnus.com>
  717.  
  718.     * configure.in: Make sure aclocaldir gets substituted.
  719.  
  720. Tue Dec  3 19:38:41 1996  Ulrich Drepper  <drepper@cygnus.com>
  721.  
  722.     * Makefile.am (aclocal_DATA): Install aclocal macros for gettext.
  723.  
  724.     * configure.in: Bump version number to 0.10.26.
  725.  
  726. Fri Nov 22 22:57:48 1996  Ulrich Drepper  <drepper@cygnus.com>
  727.  
  728.     * Makefile.am (EXTRA_DIST): Add gettext.m4, lcmessage.m4, and
  729.     progtest.m4.
  730.     Reported by Tom Tromey.
  731.  
  732. Thu Nov 21 23:07:20 1996  Ulrich Drepper  <drepper@cygnus.com>
  733.  
  734.     * configure.in: Use AM_INIT_AUTOMAKE.  Rename various tests to
  735.     official AM_*.  Write tests/Makefile.
  736.  
  737.     * aclocal.m4: Removed.  The test are now in separate files.
  738.     * gettext.m4, progtext.m4, lcmessage.m4: New files.
  739.  
  740.     * Makefile.am (AUTOMAKE_OPTIONS): Require 1.1.
  741.     (MAINT_CHARSET): Latin 1 is used here.
  742.     (gettextdemodir): Removed.
  743.     (gettextdemo_DATA): Removed.
  744.  
  745. Fri Sep 20 12:41:23 1996  Ulrich Drepper  <drepper@cygnus.com>
  746.  
  747.     * configure.in (ALL_LINGUAS): Add pt.
  748.  
  749. Wed Sep 18 17:55:23 1996  Ulrich Drepper  <drepper@cygnus.com>
  750.  
  751.     * Makefile.am (SUBDIRS): Change checks to tests.
  752.  
  753. Sat Aug 31 14:19:04 1996  Ulrich Drepper  <drepper@cygnus.com>
  754.  
  755.     * configure.in (VERSION): Bump to 0.10.25.
  756.  
  757. Sat Aug 31 04:50:13 1996  Ulrich Drepper  <drepper@cygnus.com>
  758.  
  759.     * configure.in: Add test for error which is part of GNU libc.
  760.  
  761.     * aclocal.m4: Check for gettext in libc.  Necessary for GNU libc.
  762.  
  763. Tue Aug 27 04:05:19 1996  Ulrich Drepper  <drepper@cygnus.com>
  764.  
  765.     * configure.in (ALL_LINGUAS): Add es.
  766.  
  767. Sun Aug 18 18:49:34 1996  Ulrich Drepper  <drepper@cygnus.com>
  768.  
  769.     * configure.in: Use AM_PROG_INSTALL instead of fp_PROG_INSTALL.
  770.  
  771.     * aclocal.m4 (fp_PROG_INSTALL): Rename to AM_PROG_INSTALL.
  772.  
  773. Fri Jul 19 12:18:55 1996  Ulrich Drepper  <drepper@cygnus.com>
  774.  
  775.     * configure.in: Don't use NULL in check for obstack.
  776.  
  777. Tue Jul 16 01:51:47 1996  Ulrich Drepper  <drepper@cygnus.com>
  778.  
  779.     * aclocal.m4: Correct text for --with-included-gettext option.
  780.     Patch by François Pinard.
  781.  
  782. Sun Jul 14 01:16:19 1996  Ulrich Drepper  <drepper@cygnus.com>
  783.  
  784.     * configure.in (VERSION): Bump to 0.10.24.
  785.  
  786. Sat Jul  6 01:49:26 1996  Ulrich Drepper  <drepper@cygnus.com>
  787.  
  788.     * configure.in (VERSION): Bump to 0.10.23.
  789.  
  790. Tue Jul  2 16:42:20 1996  Ulrich Drepper  <drepper@cygnus.com>
  791.  
  792.     * configure.in (ALL_LINGUAS): Add nl.
  793.     Add AC_PROG_MKINSTALLDIRS test.
  794.     Set AC_PREREQ to 2.99 since no official autoconf has the
  795.     bugs fixed.
  796.  
  797.     * aclocal.m4: Fix check for obsolete xgettext implementation.
  798.     Patch by Marcus Daniels.
  799.  
  800. Sat Jun 22 04:25:23 1996  Ulrich Drepper  <drepper@cygnus.com>
  801.  
  802.     * aclocal.m4: Define MKINSTALLDIRS.
  803.  
  804.      * configure.in (VERSION): Bump to 0.10.22.
  805.  
  806. Wed Jun 19 01:26:09 1996  Ulrich Drepper  <drepper@cygnus.com>
  807.  
  808.     * configure.in (AC_REPLACE_FUNCS): Add stpncpy.
  809.  
  810.     * configure.in (VERSION): Bump to 0.10.21.
  811.  
  812.     * configure.in (AC_REPLACE_FUNCS): Add strncasecmp.
  813.  
  814. Tue Jun 18 15:11:01 1996  Ulrich Drepper  <drepper@cygnus.com>
  815.  
  816.     * acconfig.h (PAGE_WIDTH): Define to 79.  This allows even in
  817.         Emacs nice looking lines.
  818.  
  819.     * aclocal.m4 (md_PATH_PROG): remove macro.
  820.     (ud_PATH_PROG_WITH_TEST): New macro.  Similar to AC_PATH_PROG, only
  821.     that an additional, user-given test is performed before a program
  822.     is accepted.
  823.  
  824.     Rewrite all tests for msgfmt and xgettext to use
  825.     ud_PATH_PROG_WITH_TEST to make sure no XView versions are used.
  826.  
  827.     * configure.in (ACLOCAL_VERSION): Determine version number in
  828.     aclocal.m4 file which is used in misc/gettextize.
  829.     (VERSION): Bump to 0.10.20.
  830.  
  831. Fri Jun 14 04:07:10 1996  Ulrich Drepper  <drepper@cygnus.com>
  832.  
  833.     * configure.in (VERSION): Bump to 0.10.19.
  834.  
  835. Thu Jun 13 15:19:45 1996  Ulrich Drepper  <drepper@cygnus.com>
  836.  
  837.     * configure.in (VERSION): Bump to 0.10.18.
  838.  
  839. Tue Jun 11 15:02:49 1996  Ulrich Drepper  <drepper@cygnus.com>
  840.  
  841.     * configure.in (ALL_LINGUAS): Add `sl' for Slowenian.
  842.  
  843.     * Makefile.am (EXTRA_DIST): Add DISCLAIM.
  844.     Reported by François Pinard.
  845.  
  846. Sun Jun  9 12:46:31 1996  Ulrich Drepper  <drepper@cygnus.com>
  847.  
  848.     * configure.in (ALL_LINGUAS): Do not write intlh.inst.in, but
  849.     intlh.inst.  Reported by Marcus Daniels.
  850.  
  851. Fri Jun  7 01:51:57 1996  Ulrich Drepper  <drepper@cygnus.com>
  852.  
  853.     * configure.in (VERSION): Bump to 0.10.17.
  854.  
  855. Thu Jun  6 01:55:47 1996  Ulrich Drepper  <drepper@cygnus.com>
  856.  
  857.     * aclocal.m4: Define USE_INCLUDED_LIBINTL in case we need the code
  858.         from the intl/ subdir.
  859.  
  860.     * configure.in: Undo patch from Wed Jun 5 00:10:36 1996.  We do
  861.         need intlh.inst.
  862.  
  863.     * aclocal.m4: Remove definition of INTLSUB.  Add definition of
  864.     GT_NO and GT_YES (needed in intl/Makefile.in).
  865.  
  866. Wed Jun  5 00:10:36 1996  Ulrich Drepper  <drepper@cygnus.com>
  867.  
  868.     * configure.in (VERSION): Bump to 0.10.16.
  869.  
  870.     * configure.in: Don't write intlh.inst.
  871.  
  872.     * configure.in (VERSION): Bump to 0.10.15.
  873.  
  874. Tue Jun  4 00:10:25 1996  Ulrich Drepper  <drepper@cygnus.com>
  875.  
  876.     * configure.in: Rewrite intl/intlh.inst.in depending on whether
  877.     <locale.h> is available or not.
  878.     Reported by Peter Miller.
  879.  
  880.     * aclocal.m4 (ud_WITH_NLS): Using `AC_CHECK_LIB(intl, main)' is
  881.     not useful.  Use `AC_CHECK_LIB(intl, bindtextdomain)' instead.
  882.     Patch by Uwe Ohse.
  883.  
  884.     * configure.in (AC_REPLACE_GNU_GETOPT): Removed.  We don't need
  885.     this because the getopt source itself knows when it can be
  886.     omitted.
  887.  
  888. Mon Jun  3 00:04:55 1996  Ulrich Drepper  <drepper@cygnus.com>
  889.  
  890.     * aclocal.m4 (AC_REPLACE_GNU_GETOPT): Don't need this anymore.
  891.     The getopt sources should recognize when the getopt is available
  892.     in the library.
  893.  
  894.     * configure.in (VERSION): Bump to 0.10.14.
  895.  
  896.     * Makefile.am (AUTOMAKE_OPTIONS): Add variable to control Automake
  897.         behaviour.  Thanks, Tom.
  898.  
  899.     * configure.in: Check for __argz_count, __argz_stringify, and
  900.         __argz_next in aclocal.m4.
  901.     * aclocal.m4: Add above checks.
  902.  
  903.     * aclocal.m4: Fix typo in --with-included-gettext handling.
  904.  
  905. Sun Jun  2 01:50:03 1996  Ulrich Drepper  <drepper@cygnus.com>
  906.  
  907.     * aclocal.m4 (ud_WITH_NLS): If used in gettext always define
  908.         USE_NLS to yes.
  909.  
  910.     * configure.in: Add AC_ARG_PROGRAM.  Don't write tupdate because
  911.     it does not exist anymore.
  912.  
  913. Sat Jun  1 03:18:15 1996  Ulrich Drepper  <drepper@cygnus.com>
  914.  
  915.     * configure.in (VERSION): Bump to 0.10.13.  Remove check for Perl.
  916.  
  917.     * configure.in: Add the test for __argz_next.
  918.  
  919.     * configure.in: We don't want to replace the __argz_* function,
  920.         just check.
  921.  
  922.     * configure.in: Add __argz_count and __argz_stringify to
  923.         AC_CHECK_FUNC list.
  924.  
  925.     * aclocal.m4 (ud_WITH_NLS): Change command line option
  926.     `--with-gnu-gettext' to `--with-included-gettext'.  The former was
  927.     misleading because this option really means to ignore a possibly
  928.     installed GNU libintl.
  929.  
  930. Sun May 26 03:09:43 1996  Ulrich Drepper  <drepper@cygnus.com>
  931.  
  932.     * Makefile.in (ABOUT-NLS): Don't cd to doc/ dir.  Use -I option of
  933.     makeinfo instead.  Patch by Tran Huu Da <tranhu@IRO.UMontreal.CA>.
  934.  
  935. Sat May 11 11:40:17 1996  Ulrich Drepper  <drepper@myware>
  936.  
  937.     * aclocal.m4: Move INSTOBJECT initialization out of recently
  938.     introduced AC_TRY_LINK macro.  Reported by Jim Meyering.
  939.  
  940. Sat May 11 00:31:40 1996  Ulrich Drepper  <drepper@myware>
  941.  
  942.     * aclocal.m4: Check whether locally available libintl is GNU
  943.     gettext library.  In this case we use .gmo files and share/ as
  944.     datadir.
  945.  
  946. Wed Apr 24 23:49:29 1996  Ulrich Drepper  <drepper@myware>
  947.  
  948.     * aclocal.m4 (AC_REPLACE_GNU_GETOPT): New macro by Jim Meyering.
  949.     Test for GNU's getopt implementation.
  950.  
  951.     * configure.in: Use AC_REPLACE_GNU_GETOPT.
  952.  
  953. Thu Apr  4 23:35:56 1996  Ulrich Drepper  <drepper@myware>
  954.  
  955.     * Makefile.in (ABOUT-NLS): Adapt rule for using matrix.texi.
  956.  
  957. Thu Apr  4 01:58:14 1996  Ulrich Drepper  <drepper@myware>
  958.  
  959.     * configure.in (VERSION): Bump to 0.10.12.
  960.  
  961. Tue Apr  2 18:55:50 1996  Ulrich Drepper  <drepper@myware>
  962.  
  963.     * aclocal.m4: Test whether found xgettext program is really GNU
  964.     xgettext.  Else ignore it.
  965.  
  966.     * Makefile.in (all): Do all-gettext-recursive instead of
  967.     all-recursive.  We need a special all goal in intl/ because we
  968.     always have to build libintl.a.
  969.  
  970. Tue Apr  2 17:34:55 1996  Ulrich Drepper  <drepper@myware>
  971.  
  972.     * aclocal.m4: Major change!!!  By default the catgets emulation is
  973.     *not* selected anymore.  The installer explicitely has to select
  974.     --with-catgets.  Looking at all the nice features GNU gettext and
  975.     which cannot be emulated portably using the catgets interface, it
  976.     became unreasonable to stay with the old default.
  977.  
  978. Tue Apr  2 03:20:19 1996  Ulrich Drepper  <drepper@myware>
  979.  
  980.     * configure.in (VERSION): Bump to 0.10.11.
  981.  
  982. Mon Apr  1 03:37:08 1996  Ulrich Drepper  <drepper@myware>
  983.  
  984.     * aclocal.m4 (md_PATH_PROG): Correct quotation in message.
  985.         Reported by Tom Tromey.
  986.  
  987. Thu Mar 28 23:03:01 1996  Karl Eichwalder  <ke@ke.central.de>
  988.  
  989.     * Makefile.in (datadir): Define from @datadir@.
  990.     (gettextsrcdir): Define using $(datadir).
  991.  
  992. Thu Mar 28 13:52:14 1996  Marcus Daniels  <marcus@sysc.pdx.edu>
  993.  
  994.     * aclocal.m4: Initialize CATOBJEXT.
  995.  
  996. Wed Mar 27 03:21:24 1996  Ulrich Drepper  <drepper@myware>
  997.  
  998.     * configure.in (VERSION): Bump to 0.10.10.
  999.  
  1000. Mon Mar 25 11:20:09 1996  Ulrich Drepper  <drepper@myware>
  1001.  
  1002.     * configure.in (VERSION): Bump to 0.10.9.
  1003.  
  1004.     * acconfig.h (PAGE_WIDTH): Set to reasonable value 78.
  1005.  
  1006. Mon Mar 25 01:24:12 1996  Ulrich Drepper  <drepper@myware>
  1007.  
  1008.     * configure.in: Check for strstr() functions and add to @LIBOBJS@
  1009.         if necessary.
  1010.  
  1011. Sun Mar 24 17:37:29 1996  Ulrich Drepper  <drepper@myware>
  1012.  
  1013.     * configure.in (VERSION): Bump to 0.10.8.
  1014.  
  1015. Sat Mar 23 02:49:04 1996  Ulrich Drepper  <drepper@myware>
  1016.  
  1017.     * aclocal.m4: Remove trailing empty lines.
  1018.     (md_PATH_PROG): Move near to other definitions necessary for
  1019.     internationalized packages.
  1020.  
  1021. Fri Mar  1 15:04:38 1996  Ulrich Drepper  <drepper@myware>
  1022.  
  1023.     * aclocal.m4: Reorganized tests a bit: - don't look for libi.a
  1024.     when test for gettext() functions - before looking for libintl.a
  1025.     look for libintl.h
  1026.  
  1027.     * configure.in (VERSION): Bump to 0.10.7.
  1028.  
  1029. Thu Feb 29 23:43:55 1996  Ulrich Drepper  <drepper@myware>
  1030.  
  1031.     * configure.in (VERSION): Bump to 0.10.6.
  1032.  
  1033. Thu Feb 15 04:40:53 1996  Ulrich Drepper  <drepper@myware>
  1034.  
  1035.     * configure.in (VERSION): Bump to 0.10.5.
  1036.  
  1037.     * aclocal.m4 (nls_cv_use_nls): Rename to `USE_NLS' and substitute
  1038.         in Makefiles.
  1039.  
  1040.     * Makefile.in (SUBDIRS): Always run through `po'.
  1041.  
  1042. Wed Feb 14 01:56:43 1996  Ulrich Drepper  <drepper@myware>
  1043.  
  1044.     * configure.in (VERSION): BUMP to 0.10.4.
  1045.  
  1046. Mon Feb 12 02:21:18 1996  Ulrich Drepper  <drepper@myware>
  1047.  
  1048.     * configure.in (VERSION): Bump to 0.10.3.
  1049.  
  1050. Sat Feb 10 18:21:24 1996  Ulrich Drepper  <drepper@myware>
  1051.  
  1052.     * configure.in (ALL_LINGUAS): Add pl.
  1053.  
  1054. Thu Jan  4 12:05:01 1996  Ulrich Drepper  <drepper@myware>
  1055.  
  1056.     * aclocal.m4 (ud_GNU_GETTEXT): Require AC_ISC_POSIX.
  1057.  
  1058. Thu Jan  4 11:38:31 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  1059.  
  1060.     * aclocal.m4 (ud_WITH_NLS): Fix typo.
  1061.  
  1062. Wed Jan  3 20:53:53 1996  G\vran Uddeborg  <gvran@uddeborg.pp.se>
  1063.  
  1064.     * configure.in: Add AC_ISC_POSIX test.
  1065.  
  1066. Sat Dec 30 15:27:54 1995  Ulrich Drepper  <drepper@myware>
  1067.  
  1068.     * aclocal.m4 (INTLSUB): We don't have to process it always.
  1069.  
  1070. Fri Dec 29 21:14:14 1995  Ulrich Drepper  <drepper@myware>
  1071.  
  1072.     * Makefile.in (stamp-h): Remove file before touching.
  1073.  
  1074. Fri Dec 29 16:38:32 1995  Ulrich Drepper  <drepper@myware>
  1075.  
  1076.     * configure.in (VERSION): Bump version to 0.10.2.
  1077.  
  1078. Sun Dec 24 14:27:15 1995  Ulrich Drepper  <drepper@myware>
  1079.  
  1080.     * configure.in (ALL_LINGUAS): Add ko.
  1081.  
  1082. Tue Dec 19 22:05:22 1995  Ulrich Drepper  <drepper@myware>
  1083.  
  1084.     * Makefile.in (stamp-h, Makefile, config.status): Explicitly use
  1085.     $(SHELL) for running shell scripts.
  1086.  
  1087. Fri Dec 15 17:25:46 1995  Ulrich Drepper  <drepper@myware>
  1088.  
  1089.     * aclocal.m4: Clear nls_cv_header_intl and nls_cv_header_libgt to
  1090.     prevent using wrong values from cache.  Reported by Andreas
  1091.     Schwab.
  1092.  
  1093. Sat Dec  9 18:36:42 1995  Ulrich Drepper  <drepper@myware>
  1094.  
  1095.     * acconfig.h: Use PARAMS instead of __P.  Suggested by Roland
  1096.         McGrath.
  1097.  
  1098. Sat Dec  9 12:22:38 1995  Ulrich Drepper  <drepper@myware>
  1099.  
  1100.     * Makefile.in (distclean-local): Add `intl/VERSION' and remove
  1101.         `tupdate.perl'.
  1102.  
  1103. Fri Dec  8 01:20:28 1995  Ulrich Drepper  <drepper@myware>
  1104.  
  1105.     * configure.in (VERSION): Bump to 0.10.1.
  1106.  
  1107. Wed Dec  6 16:03:58 1995  ghazi@caip.rutgers.edu  <Kaveh R. Ghazi>
  1108.  
  1109.     * aclocal.m4 (md_TYPE_PTRDIFF_T): Fix check.
  1110.  
  1111. Mon Dec  4 01:01:16 1995  Ulrich Drepper  <drepper@myware>
  1112.  
  1113.     * acconfig.h (PAGE__WIDTH): Because tupdate does not know about
  1114.     breaking lines after PAGE_WIDTH characters it is turned off for
  1115.     now.  When msgmerge will be used it will be enabled again.
  1116.  
  1117.     * configure.in (VERSION): Bump to 0.10.
  1118.  
  1119. Sun Dec  3 02:22:00 1995  Ulrich Drepper  <drepper@myware>
  1120.  
  1121.     * Makefile.in (DISTFILES): New file BUGS.
  1122.  
  1123. Sat Dec  2 03:17:10 1995  Ulrich Drepper  <drepper@myware>
  1124.  
  1125.     * configure.in: Add handling of README-alpha file.  If current
  1126.     version is a test release we ship this file.  Inspired by Jim
  1127.     Meyering configure.in.
  1128.  
  1129.     * Makefile.in (DISTFILES): Add @DIST_ALPHA@.
  1130.  
  1131. Tue Nov 21 02:27:48 1995  Ulrich Drepper  <drepper@myware>
  1132.  
  1133.     * Makefile.in: Make recursion loop aware of Make's -k option.
  1134.     Kudos to Jim Meyering.
  1135.  
  1136.     * Makefile.in (DISTFILES): Add AUTHORS.
  1137.  
  1138. Mon Nov 20 20:15:12 1995  Ulrich Drepper  <drepper@myware>
  1139.  
  1140.     * configure.in (VERSION): Bump to 0.9.14.
  1141.  
  1142. Sat Nov 18 16:38:11 1995  Ulrich Drepper  <drepper@myware>
  1143.  
  1144.     * configure.in, aclocal.m4: Fix typo.
  1145.  
  1146.     * aclocal.m4, configure.in:
  1147.     Now requires autoconf-2.5.  Use new macro AC_CACHE_CHECK.
  1148.  
  1149. Thu Nov 16 21:16:44 1995  Ulrich Drepper  <drepper@myware>
  1150.  
  1151.     * acconfig.h (PAGE_WIDTH): Add definition.
  1152.  
  1153. Sat Nov 11 17:52:03 1995  Ulrich Drepper  <drepper@myware>
  1154.  
  1155.     * configure.in (VERSION): Bump to 0.9.13.
  1156.  
  1157. Thu Nov  9 00:29:28 1995  Ulrich Drepper  <drepper@myware>
  1158.  
  1159.     * configure.in (AC_CHECK_FUNCS): Add getcwd.
  1160.  
  1161. Tue Nov  7 13:45:47 1995  Ulrich Drepper  <drepper@myware>
  1162.  
  1163.     * aclocal.m4: Don't prepend $INTLDEPS to $LIBS.
  1164.  
  1165.     * configure.in (VERSION): Bump to 0.9.12.
  1166.  
  1167.     * aclocal.m4 (ud_WITH_NLS):
  1168.     Set LIBS to correct value and filter out -intl if necessary.
  1169.  
  1170.     * Makefile.in (ABOUT-NLS): Forgot to continue line.
  1171.  
  1172.     * aclocal.m4: Move ud_PATH_LISPDIR out of NLS region.
  1173.  
  1174.     * Makefile.in (uninstall-local):
  1175.     Remove root-ABOUT-NLS instead of root-NLS.
  1176.  
  1177. Mon Nov  6 17:27:52 1995  Ulrich Drepper  <drepper@myware>
  1178.  
  1179.     * Makefile.in: Be consistent with rm and &&.
  1180.  
  1181.     * Makefile.in (ABOUT-NLS): Place file in $(srcdir).
  1182.  
  1183.     * Makefile.in: Eliminate duplicate all-recursive rule.
  1184.  
  1185.     * Makefile.in:
  1186.     Renamed README.NLS to ABOUT-NLS.  Never again MS-DOG names!
  1187.  
  1188.     * Makefile.in: Some more cleanups by François Pinard.
  1189.  
  1190.     * configure.in (VERSION): Bump to 0.9.11.
  1191.  
  1192.     * aclocal.m4 (ud_GNU_GETTEXT):
  1193.     Always create intl/ dir if it does not exist.
  1194.  
  1195.     * aclocal.m4 (ud_PATH_LISP):
  1196.     Prefer share/ directory to lib/ directory if both exist.
  1197.  
  1198.     * Makefile.in (all):
  1199.     Now a local call.  Depends on all-local and all-recursive.
  1200.     (all-local): Depend on README.NLS.
  1201.  
  1202.     * Makefile.in (install-src-local):
  1203.     Add README.NLS as dependency.  Patch by François Pinard.
  1204.  
  1205. Mon Nov  6 00:46:48 1995  Ulrich Drepper  <drepper@myware>
  1206.  
  1207.     * aclocal.m4 (md_TYPE_PTRDIFF_T): Cache result.
  1208.  
  1209.     * configure.in (VERSION): Bump to 0.9.10.
  1210.  
  1211. Sun Nov  5 21:58:34 1995  Ulrich Drepper  <drepper@myware>
  1212.  
  1213.     * configure.in (VERSION): Bump to 0.9.9.
  1214.  
  1215. Sun Nov  5 21:52:22 1995  Ulrich Drepper  <drepper@myware>
  1216.  
  1217.     * README: Move advise for using GNU getetxt to intl/nls.texi.
  1218.  
  1219.     * aclocal.m4:
  1220.     François reported that po2tbl.sed is not always generated.
  1221.  
  1222.     * README: Some typos fixed by François Pinard.
  1223.  
  1224. Sun Nov  5 19:39:05 1995  Ulrich Drepper  <drepper@myware>
  1225.  
  1226.     * Makefile.in (dist-gettext):
  1227.     Make synonym for dist.  Recursive goal is now named
  1228.     dist-gettext.
  1229.  
  1230.     * configure.in (VERSION): Bump to 0.9.8.
  1231.  
  1232.     * Makefile.in: Rename NLS to README.NLS.
  1233.     Add rule for automatical generation of README.NLS.
  1234.  
  1235. Sun Nov  5 11:36:53 1995  Ulrich Drepper  <drepper@myware>
  1236.  
  1237.     * Makefile.in (dist): Suppress error message when ln failed.
  1238.     Get files from $(srcdir) explicitly.
  1239.  
  1240. Sat Nov  4 23:37:38 1995  Ulrich Drepper  <drepper@myware>
  1241.  
  1242.     * aclocal.m4:
  1243.     Fix typo: "Do not you" -> "Do not use".  Reported by Tom Tromey.
  1244.  
  1245. Fri Nov  3 00:03:34 1995  Ulrich Drepper  <drepper@myware>
  1246.  
  1247.     * Makefile.in (DISTFILES): Add TODO.
  1248.  
  1249. Wed Nov  1 11:38:30 1995  Ulrich Drepper  <drepper@myware>
  1250.  
  1251.     * configure.in:
  1252.     Remove AC_FUNC_MMAP.  This is tested in the intl/ specific part.
  1253.  
  1254.     * configure.in (VERSION): Bump to 0.9.7.
  1255.  
  1256. Sun Oct 29 12:02:01 1995  Ulrich Drepper  <drepper@myware>
  1257.  
  1258.     * configure.in: Replace AC_INSTALL_PROG with fp_INSTALL_PROG.
  1259.  
  1260.     * aclocal.m4 (fp_PROG_INSTALL): Replace shell comments (#) by m4
  1261.     comments (dnl).  This is necessary because autoconf would else
  1262.     find the AC_PROG_INSTALL word in the comment and report a missing
  1263.     definition.
  1264.  
  1265.     * aclocal.m4: Use François' fp_PROG_INSTALL macro.
  1266.  
  1267. Sat Oct 28 23:28:11 1995  Ulrich Drepper  <drepper@myware>
  1268.  
  1269.     * aclocal.m4:
  1270.     Test for dcgettext function when gettext is found in C library.  This
  1271.     works around the missing function in Solaris 2.3.
  1272.  
  1273.     * configure.in (VERSION): Bump to 0.9.6.
  1274.  
  1275. Sat Oct 28 14:02:28 1995  Ulrich Drepper  <drepper@myware>
  1276.  
  1277.     * configure.in (VERSION): Bump to 0.9.5.
  1278.  
  1279. Fri Oct 27 02:26:10 1995  Ulrich Drepper  <drepper@myware>
  1280.  
  1281.     * THANKS: Fix typo.
  1282.  
  1283.     * configure.in (ALL_LINGUAS): Add sv.
  1284.  
  1285.     * aclocal.m4:
  1286.     Use single quote where possible.  Reported by Christian von Roques.
  1287.  
  1288.     * Makefile.in (DISTFILES): Add DISCLAIM.
  1289.  
  1290. Tue Sep 26 00:53:48 1995  Ulrich Drepper  <drepper@myware>
  1291.  
  1292.     * configure.in (md_TYPE_PTRDIFF_T):
  1293.     Add this macro for type in obstack.h.
  1294.  
  1295.     * aclocal.m4: Handling of AC_FD_MSG is now correct in md_PATH_PROG.
  1296.  
  1297.     * aclocal.m4: Correct last changes.  Some newline were missing.
  1298.  
  1299. Mon Sep 25 22:17:09 1995  Ulrich Drepper  <drepper@myware>
  1300.  
  1301.     * aclocal.m4 (md_PATH_PROG):
  1302.     Use this new macro instead of AC_PATH_PROG for msgfmt and
  1303.     xgettext program.  This warns about uses of OpenWin versions (Wrgg).
  1304.     (md_TYPE_PTRDIFF_T): New test.  Sun's compiler does not like the
  1305.     definition in obstack.h.
  1306.     All provided by Marcus Daniels.
  1307.  
  1308.     * acconfig.h (HAVE_PTRDIFF_T):
  1309.     Add symbol because Sun's compiler cannot live with
  1310.     the definition in obstack.h.  Reported by Marcus Daniels.
  1311.  
  1312. Sat Sep 23 21:17:53 1995  Ulrich Drepper  <drepper@myware>
  1313.  
  1314.     * aclocal.m4 (stpcpy): One argument in test can be empty.
  1315.     Reported by Nelson Beebe.
  1316.  
  1317. Thu Sep 21 18:05:41 1995  Ulrich Drepper  <drepper@myware>
  1318.  
  1319.     * acconfig.h (HAVE_STPCPY): Define for autoconf work around.
  1320.  
  1321.     * aclocal.m4: Some strange things with autoconf-2.4.2: If a
  1322.      function is tested once in AC_REPLACE_FUNCS and later with
  1323.      AC_CHECK_FUNCS the second definition does not define the symbol in
  1324.      the header.  Work around this.
  1325.  
  1326. Wed Sep 20 22:36:04 1995  Ulrich Drepper  <drepper@myware>
  1327.  
  1328.     * acconfig.h, configure.in: Remove unneeded STD_INC_PATH definition.
  1329.  
  1330. Tue Sep 19 00:09:23 1995  Ulrich Drepper  <drepper@myware>
  1331.  
  1332.     * configure.in (VERSION): Bump to 0.9.4.
  1333.  
  1334. Sun Sep 17 17:37:45 1995  Ulrich Drepper  <drepper@myware>
  1335.  
  1336.     * configure.in (AC_PROG_YACC):
  1337.     Add check.  Is now needed for msgfmt program.
  1338.  
  1339. Thu Sep  7 00:19:11 1995  Ulrich Drepper  <drepper@myware>
  1340.  
  1341.     * Makefile.in (dist): Don't use long --gzip option for tar.
  1342.  
  1343. Tue Aug 29 23:37:44 1995  Ulrich Drepper  <drepper@myware>
  1344.  
  1345.     * acconfig.h: Remove comment followinf #endif.  We now use
  1346.      indentation.  Reported by François Pinard.
  1347.  
  1348. Sat Aug 19 23:21:19 1995  Ulrich Drepper  <drepper@myware>
  1349.  
  1350.     * Makefile.in: Correct install vs install-src goals.
  1351.  
  1352.     * README: Add comment about alias data base.
  1353.  
  1354.     * Makefile.in: Remove Emacs mode selection.
  1355.  
  1356.     * configure.in:
  1357.     Generate intl/VERSION file in configure run.  config.status will *not*
  1358.     create the file.
  1359.     (AC_OUTPUT): Remove intl/VERSION.
  1360.  
  1361.     * Makefile.in: Make install call install-src-recursive and install-src.
  1362.  
  1363.     * Makefile.in:
  1364.     Make install-local depend on install-src.  I.e. the sources and
  1365.     gettextize will always be installed.
  1366.  
  1367.     * Makefile.in: Make goal more appropriate for parallel build.
  1368.     Inspired by François Pinard.
  1369.  
  1370. Fri Aug 18 23:44:56 1995  Ulrich Drepper  <drepper@myware>
  1371.  
  1372.     * configure.in (ALL_LINGUAS):
  1373.     Add no@nynorsk for nynorsk dialect of norwegian language.
  1374.     Provided by norwegian translation team.
  1375.  
  1376.     * aclocal.m4, configure.in: Use AC_CHECK_FUNC instead of
  1377.      AC_FUNC_CHECK.
  1378.  
  1379.     * configure.in (VERSION): Bump to 0.9.3.
  1380.  
  1381.     * aclocal.m4 (ud_GNU_GETTEXT): Add stpcpy to AC_REPLACE_FUNCS.
  1382.  
  1383. Tue Aug 15 13:15:17 1995  Ulrich Drepper  <drepper@myware>
  1384.  
  1385.     * configure.in (AC_OUTPUT):
  1386.     Generation of intl/VERSION in extra shell code failed.  Now
  1387.     make it a autoconf'ed file.
  1388.  
  1389.     * configure.in (AC_OUTPUT): Generate intl/VERSION file.
  1390.  
  1391. Tue Aug 15 05:52:53 1995  Ulrich Drepper  <drepper@myware>
  1392.  
  1393.     * configure.in (AC_CHECK_FUNCS): Remove getcwd, putenv, and setenv.
  1394.  
  1395.     * Makefile.in (install-src):
  1396.     Install NLS as root-NLS.  Now also install aclocal.m4.
  1397.  
  1398. Mon Aug 14 23:51:36 1995  Ulrich Drepper  <drepper@myware>
  1399.  
  1400.     * configure.in (AC_OUTPUT):
  1401.     Rewrite misc/gettextize instead of misc/makelinks.
  1402.  
  1403.     * Makefile.in (prefix, gettextsrcdir):
  1404.     Directory values needed for installation.
  1405.     (INSTALL, INSTALL_DATA): Programs now needed for installing NLS file.
  1406.     (install-src, install-src-recursive): New rules for installing gettext
  1407.     sources for use in gettextize shell script.
  1408.  
  1409. Sun Aug 13 14:38:19 1995  Ulrich Drepper  <drepper@myware>
  1410.  
  1411.     * aclocal.m4 (AC_CHECK_FUNCS):
  1412.     Unless the AC_FUNC_MMAP function does not check for the
  1413.     existence of the munmap function (which does not exist on NeXT)
  1414.      we do it ourself.  Report by Marcus Daniels.
  1415.  
  1416.     * aclocal.m4:
  1417.     Generate po/POTFILES correct even if srcdir is an absolute path.
  1418.     Report by Marcus Daniels.
  1419.  
  1420. Wed Aug  9 01:21:56 1995  Ulrich Drepper  <drepper@myware>
  1421.  
  1422.     * configure.in (VERSION): Bump to 0.9.2.
  1423.  
  1424.     * README: Mention points for normal user to install GNU gettext.
  1425.  
  1426. Tue Aug  8 21:34:12 1995  Ulrich Drepper  <drepper@myware>
  1427.  
  1428.     * aclocal.m4 (AC_REPLACE_FUNCS): New, to test for strcasecmp.
  1429.  
  1430.     * aclocal.m4: Fix typo: ditribution -> distribution.
  1431.     Report by François Pinard.
  1432.  
  1433. Mon Aug  7 22:52:43 1995  Ulrich Drepper  <drepper@myware>
  1434.  
  1435.     * aclocal.m4 (ud_GNU_GETTEXT):
  1436.     Add AC_REQUIRE(...) for all test necessary for intl/
  1437.     subdirectory.
  1438.     (AC_CHECK_HEADERS): Add limits.h, malloc.h, string.h, unistd.h,
  1439.      and values.h.
  1440.     (AC_CHECK_FUNCS): Add getcwd, putenv, setenv, strchr.
  1441.     Reported by François Pinard.
  1442.  
  1443.     * configure.in (AC_REPLACE_FUNCS):
  1444.     strcspn is now placed here instead of in AC_CHECK_FUNCS.
  1445.     (AC_HAVE_HEADERS): Don't test for stdlib.h.
  1446.       Reported by François Pinard.
  1447.  
  1448. Fri Aug  4 22:16:58 1995  Ulrich Drepper  <drepper@myware>
  1449.  
  1450.     * configure.in (Version): Bump to 0.9.1.
  1451.  
  1452.     * configure.in (AC_OUTPUT): Remove unneeded `;'.
  1453.  
  1454.     * Makefile.in (dist): Remove `copying instead' message.
  1455.  
  1456.     * Makefile.in (dist): Change mode of directories to 777.
  1457.     Add option -o to tar command.
  1458.  
  1459. Wed Aug  2 19:37:09 1995  Ulrich Drepper  <drepper@myware>
  1460.  
  1461.     * configure.in (VERSION): Bump to 0.9.
  1462.  
  1463.     * configure.in (AC_OUTPUT):
  1464.     Add new file misc/makelinks and make it executable.
  1465.  
  1466. Tue Aug  1 22:51:27 1995  Ulrich Drepper  <drepper@myware>
  1467.  
  1468.     * acconfig.h: Remove unneeded definition of HAVE_ASPRINTF.
  1469.  
  1470.     * Makefile.in (SUBDIRS):
  1471.     make int doc/ first and unconditionally make in intl/.
  1472.  
  1473.     * configure.in (VERSION): Bump to 0.8.2.
  1474.  
  1475. Sun Jul 30 12:12:40 1995  Ulrich Drepper  <drepper@myware>
  1476.  
  1477.     * aclocal.m4 (ud_WITH_NLS):
  1478.     Don't define INTLOBJS when using systems gettext.
  1479.     Always define DATADIRNAME.
  1480.     Don't compute catalogs to be installed when --disable-nls is
  1481.      selected.
  1482.  
  1483. Sat Jul 29 23:22:39 1995  Ulrich Drepper  <drepper@myware>
  1484.  
  1485.     * configure.in (ALL_LINGUAS): Add norwegian catalog.
  1486.  
  1487. Sat Jul 22 01:13:06 1995  Ulrich Drepper  <drepper@myware>
  1488.  
  1489.     * configure.in (VERSION): Bump to 0.8.1.
  1490.     (ud_PATH_SITELISP): Replace with call to ud_PATH_LISPDIR.
  1491.  
  1492.     * aclocal.m4 (ud_EMACS_TRY_PREFIX): Remove rule.
  1493.     (ud_PATH_SITELISP): Rename to ud_PATH_LISPDIR and simplify it it.
  1494.     By François Pinard.
  1495.  
  1496. Wed Jul 19 02:22:18 1995  Ulrich Drepper  <drepper@myware>
  1497.  
  1498.     * aclocal.m4 (ud_PATH_SITELISP):
  1499.     If no Emacs program is found define ac_cv_path_sitelisp
  1500.     to `no'.
  1501.  
  1502.     * configure.in (GETTEXTPRG):
  1503.     Remove variable.  Always create and install gettext.
  1504.  
  1505. Tue Jul 18 20:09:41 1995  Ulrich Drepper  <drepper@myware>
  1506.  
  1507.     * configure.in (VERSION): Bump to 0.8.
  1508.  
  1509. Tue Jul 18 01:32:09 1995  Ulrich Drepper  <drepper@myware>
  1510.  
  1511.     * Makefile.in (DISTFILES): Remove magic.add.  Now in misc/.
  1512.     (SUBDIRS): Add misc.
  1513.  
  1514.     * README: Fix typo: one -> once.  Reported by François Pinard.
  1515.     Mention that magic.add is now found in misc/.
  1516.  
  1517.     * configure.in (VERSION): Bump to 0.7.5.
  1518.     (AC_OUTPUT): Add misc/Makefile.
  1519.  
  1520.     * aclocal.m4 (ud_PATH_SITELISP):
  1521.     Remove command for test files was incorrectly placed.
  1522.  
  1523. Tue Jul 18 00:27:22 1995  Ulrich Drepper  <drepper@myware>
  1524.  
  1525.     * magic.add: Moved to misc/.
  1526.  
  1527.     * acconfig.h: Uniform test for __STDC__.
  1528.  
  1529. Mon Jul 17 00:23:22 1995  Ulrich Drepper  <drepper@myware>
  1530.  
  1531.     * aclocal.m4 (ud_PATH_SITELISP):
  1532.     Try path given with configures --prefix option.
  1533.  
  1534. Sun Jul 16 22:36:07 1995  Ulrich Drepper  <drepper@myware>
  1535.  
  1536.     * configure.in (SITELISPDIR, ELCFILES):
  1537.     Test for Emacs and generation of substition values
  1538.     is extended and now found in aclocal.m4.
  1539.  
  1540.     * aclocal.m4 (ud_PATH_SITELISP, ud_EMACS_TRY_PREFIX):
  1541.     New rules to test for Emacs' site-lisp directory.
  1542.  
  1543. Sun Jul 16 00:09:24 1995  Ulrich Drepper  <drepper@myware>
  1544.  
  1545.     * configure.in (ELCFILES):
  1546.     Substitute as Make variable: $(ELCFILES) instead of $ELCFILES.
  1547.     Reported by Eric Backus.
  1548.  
  1549.     * configure.in (VERSION): Bump to 0.7.4.
  1550.  
  1551. Sat Jul 15 00:48:11 1995  Ulrich Drepper  <drepper@myware>
  1552.  
  1553.     * acconfig.h (INVALID_PATH_CHAR): De-ANSI-fy string.
  1554.  
  1555.     * configure.in (VERSION): Bump to 0.7.3.
  1556.     (AC_CHECK_FUNCS): Add mblen.
  1557.     (AC_OUTPUT): Due shorted file names now write src/tupdate.
  1558.  
  1559. Thu Jul 13 22:35:36 1995  Ulrich Drepper  <drepper@myware>
  1560.  
  1561.     * configure.in (VERSION): Bump to 0.7.2.
  1562.  
  1563. Thu Jul 13 01:40:17 1995  Ulrich Drepper  <drepper@myware>
  1564.  
  1565.     * aclocal.m4: po-to-msg.sed and po-to-tbl.sed are now called
  1566.      po2msg.sed and po2tbl.sed resp.
  1567.  
  1568.     * configure.in: Check for Emacs.
  1569.     If Emacs exists, enable regeneration of *.elc files.
  1570.     (AC_OUTPUT): New file checks/Makefile.
  1571.  
  1572.     * Makefile.in (SUBDIRS): New subdirectory `checks'.
  1573.     New goal check: simply recurse through all subdirectories.
  1574.  
  1575. Wed Jul 12 00:26:12 1995  Ulrich Drepper  <drepper@myware>
  1576.  
  1577.     * NLS: New version by François Pinard.
  1578.  
  1579. Tue Jul 11 21:43:49 1995  Ulrich Drepper  <drepper@myware>
  1580.  
  1581.     * acconfig.h (WARN_ID_LEN):
  1582.     new constant.  Specifies length of messages from which
  1583.     on warnings are given to prevent breaking limits of compilers and
  1584.     tools.
  1585.  
  1586.     * configure.in (AC_OUTPUT): tupdate.perl is now found in src/
  1587.  
  1588. Tue Jul 11 01:30:24 1995  Ulrich Drepper  <drepper@myware>
  1589.  
  1590.     * aclocal.m4 (ud_GNU_GETTEXT): Construct po-to-tbl.sed
  1591.     by removing comments.
  1592.  
  1593.     * configure.in: Don't have default path for Perl.
  1594.     strtoul can now be substituted when necessary.
  1595.  
  1596. Tue Jul  4 22:27:48 1995  Ulrich Drepper  <drepper@myware>
  1597.  
  1598.     * configure.in (VERSION): Bump to 0.7.1.
  1599.  
  1600.     * aclocal.m4 (ud_GNU_GETTEXT): Correct loop for determining LINGUAS.
  1601.  
  1602.     * configure.in (AC_REPLACE_FUNCS): Add memmove.
  1603.  
  1604. Tue Jul  4 00:22:30 1995  Ulrich Drepper  <drepper@myware>
  1605.  
  1606.     * aclocal.m4: aclocal.m4: Create intl/ before writing sed script.
  1607.  
  1608. Sun Jul  2 01:51:36 1995  Ulrich Drepper  <drepper@myware>
  1609.  
  1610.     * First official release.  This directory solely contains
  1611.     the usual configuration stuff.
  1612.